home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 4⁄20⁄90 / 1152-Re MAUserAutoBuild-Apr90 < prev    next >
Encoding:
Text File  |  1990-04-23  |  1.2 KB  |  38 lines  |  [TEXT/GEOL]

  1. Item forwarded  by  A33          to A34
  2.  
  3. Item    0674538                         19-April-90        20:34PDT
  4.  
  5. From:   KSI                             Knowledge Source, V Johnson,PRT
  6.  
  7. To:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    re: MAUserAutoBuild
  10.  
  11. Regarding the MAUserAutoBuild limitation of only handling
  12. one user library, using the following format worked in
  13. 2.0ß9 and presumably will work in 2.0 final.  I figured this
  14. out when I got 2.0ß9, but never used it because it was so
  15. ugly.  The secret is to put the value in double quotes and
  16. to sprinkle quoted single quotes throughout the string before
  17. and after each item.  Exceptions are:
  18.   - none before the first item
  19.   - and extra one at the end, preceded by a space.
  20. See the example below.
  21.  
  22. In this example, the things to be built are libraries, but I
  23. think you can replace ".lib" by ".p.o" and get the same effect.
  24. I assume that the special characters will go over AppleLink
  25. okay, but if not, there should be delta characters before every
  26. single quote.
  27.  
  28. #   This goes in a UserStartup file.
  29. Set MAUserAutoBuild ∂
  30.    "{folder1}Unit1.lib∂' ∂'{folder2}Unit2.lib∂'  ∂'{folder3}U3.lib∂' ∂'"
  31. export MAUserAutoBuild
  32.  
  33.  
  34. Mike Hewett
  35. Knowledge Source, Inc.
  36. KSI@AppleLink
  37.  
  38.